Microsoft DirectX 8.1 (C++)

ICARequest.CountDeniedComponents

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The CountDeniedComponents property retrieves the number of components in this request that have at least one non-transient denial.

Syntax

objCARequest.CountDeniedComponents As Long

Parameters

This property does not take any parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns the number of components with any non-transient denials.

Remarks

If this property is greater than zero, then at least one component is denied. To determine which component, retrieve the ICARequest.Components collection object. Enumerate the components in the collection and retrieve the ICAComponent.Denials collection object for each component.

This property is read-only.

See Also